projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3adf47
)
gtktextview: fix < public > comment
author
Ignacio Casal Quinteiro
<icq@gnome.org>
Fri, 20 May 2016 07:08:08 +0000
(09:08 +0200)
committer
Ignacio Casal Quinteiro
<icq@gnome.org>
Fri, 20 May 2016 07:08:08 +0000
(09:08 +0200)
This was causing problems with the gtk# scanner
gtk/gtktextview.h
patch
|
blob
|
history
diff --git
a/gtk/gtktextview.h
b/gtk/gtktextview.h
index 0cf15c6f19023dd5b3514d625ad2900d047b5164..b0a3d8e69b3cea5ec5d72cd0ade2ff96397960f7 100644
(file)
--- a/
gtk/gtktextview.h
+++ b/
gtk/gtktextview.h
@@
-164,7
+164,7
@@
struct _GtkTextViewClass
{
GtkContainerClass parent_class;
- /*< public */
+ /*< public
>
*/
void (* populate_popup) (GtkTextView *text_view,
GtkWidget *popup);